home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
msg_42.arc
/
MSGS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1991-10-09
|
725b
|
30 lines
@Echo Off
Rem MSGS.CMD from Nibbles & Bytes - Node 1:124/1113
Rem In your BINKLEY.CFG setup, use the line:
Rem READER MSGS
Rem For interactive use, use MSGS rather than MSG
Rem Change what you need...
Msg Xchange More Clear Hotkeys ^^ %1 %2 %3 %4 %5 %6 %7 %8 %9
If ErrorLevel 3 Goto Error
If ErrorLevel 2 Goto EchoMail
If ErrorLevel 1 Goto NetMail
Goto Exit
:Error
Echo Fatal Error! MSG did not execute properly!
Pause
Goto Exit
:EchoMail
Call Scan Areas.BBS -F MsgToss.Log
Call Mash
ScanBld %MAX%\User.BBS %MAX%\Area.Dat Local Matrix @MsgToss.Log /ND
Goto Exit
:NetMail
Call Mash
ScanBld %MAX%\User.BBS %MAX%\Area.Dat Local Matrix
:Exit